Implement the SNX import

SNX is the "SPARCS-N4 eXchange" system for importing your live legacy system data prior to going live with N4. You can import SNX documents into N4 either by using the SNX Importer form or through the Java Messaging Service (JMS) (by sending messages to N4 through preconfigured JMS queues). These instructions describe how to use the SNX Importer form for data conversion. See your Navis representative for information about how to import SNX documents via JMS.

Before you can implement the SNX import, you must have already loaded the initial reference data and set up a basic topology (see the Navis N4: Installation Guide for Windows or the Navis N4: Installation Guide for Linux for instructions). These steps are necessary because topology, equipment types, and UNLOC codes must be present in N4 for a successful data import. Line operators should be present in N4 as well, but if they are missing, N4 creates a stub record.

The SNX Importer form imports data into N4 from an import data XML file using the snx.xsd schema file. Your Navis representative provides you with the latest version of the SNX schema file.

For data conversion, you must export data from your legacy system and create an import data XML file that contains two types of data entities:

In addition, when importing some entities, N4 creates other stub records with the primary key (gkey) information only. For example, if you import units and include a group code, N4 also creates the group code with just the group ID; it does not have any descriptive attributes. N4 specifies all of the supported entities and attributes in the snx.xsd schema file.

If you are using EDI to integrate another system with N4, such as an in-house system, you can use the SNX Importer form to quickly test sample inbound EDI files. For more information, see Importing EDI files using SNX (on page 1).

To implement the SNX import:

  1. Create an import data XML file.

  1. Import data (on page 1).

See also Update data with an SNX import (on page 1).